runtime._type.uncommon (method)

8 uses

	runtime (current package)
		heapdump.go#L197: 	if x := t.uncommon(); x == nil || t.nameOff(x.pkgpath).name() == "" {
		iface.go#L195: 	x := typ.uncommon()
		mfinal.go#L407: 		if (fint.uncommon() == nil || etyp.uncommon() == nil) && (*ptrtype)(unsafe.Pointer(fint)).elem == ot.elem {
		type.go#L61: func (t *_type) uncommon() *uncommontype {
		type.go#L140: 	if u := t.uncommon(); u != nil {
		type.go#L591: 	ut := t.uncommon()
		type.go#L592: 	uv := v.uncommon()